06. Quiz: Coin Flip 4

08 - Coin Flip 4

Coin Flip 4

QUESTION:

What is the probability that the coin lands on the same side four times in a row, assuming the probability of each side is 0.5 on each coin flip?

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer

09 - Coin Flip 4 Solution